|
|
|
|
Move Method, TabCollectionClass Class |
Moves a tab to a new position in the tab collection.
Syntax TabCollectionClass Class (Softelvdm.SftTabsNET)
VB |
Public Function Move( _ |
C# |
public int Move( |
C++ |
public: int Move( |
fromIndex
The zero-based index of the tab to be moved.
toIndex
The zero-based insertion point where the tab is inserted.
Return Value
The zero-based index of the tab in the tab collection after it has been moved.
Comments
The Move method moves a tab to a new position in the tab collection.
Moving a tab also moves all tab properties and the associated tab page and controls (if a client area is present).